A sturdy shield built with an intricate arrangement of Naga Scales.
The scales are so sharp that even by mistakenly touching it you could be cut.
MDEF + 3
When receiving physical damage there's low chance physical damage will be reflected to the attacker for 5 seconds.
The chance for the reflect rate is around 3% for each refine.
The reflect damage increases only up to +10. When refined above +11, every further two refine increase the duration of reflect by 1 second.
Класс : Shield
Защита : 3
Вес : 50
Необходимый Lv. : 70
Доступно для : Lord Knight, High Priest, High Wizard, Whitesmith, Sniper, Assasin Cross, Paladin, Champion, Professor, Stalker, Creator, Clown / Gypsy
Улучшается : Да
Доп. информация:
ID : 2134
Цена у NPC : 10
Script :
{ bonus bMdef,3; autobonus2 "{ bonus bShortWeaponDamageReturn,(getrefine()*3); }",10,5000,BF_WEAPON,"{ specialeffect2 EF_GUARD; }"; }
{
...bonus bMdef,3;
...autobonus2 "{
......bonus bShortWeaponDamageReturn,(getrefine()*3);
...}
...",10,5000,BF_WEAPON,"{
......specialeffect2 EF_GUARD;
...}
...";
}